getDescriptor

open override fun getDescriptor(uuid: UUID): DescriptorWrapper?

Gets the DescriptorWrapper for the descriptor with a given java.util.UUID if it belongs to the characteristic

Return

the DescriptorWrapper belonging to uuid if it exists, or null otherwise

Parameters

uuid

the java.util.UUID of the descriptor to get